The C1ObservableCollection<(Of <(<'T>)>)> is the base class for all Collection<(Of <(<'T>)>)> derived collections. Supports notification.

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public class C1ObservableCollection<T> : Collection<T>, 
	INotifyCollectionChanged
Visual Basic
Public Class C1ObservableCollection(Of T) _
	Inherits Collection(Of T) _
	Implements INotifyCollectionChanged

Type Parameters

T
The type of objects to keep in collection.

Inheritance Hierarchy

See Also